home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS14.ADF
/
DosHelper
/
DHMaker.txt
< prev
next >
Wrap
Text File
|
1989-01-28
|
454b
|
17 lines
;DOSHelper MakeFile for compiling under Manx C
; This file uses long integers (to be compatible with Lattice C
; and the large data model to hold all the text structures
; If you have not precompiled your header files delete '+Iheads'
;
;Enjoy
;John Youells
;
cc +L +D -Idf1:newsource +Iheads DOSHelp.c
copy df1:c32.lib to ram:
copy DOSHelp.o to ram:
ln -o df1:newsource/DOSHelp ram:DOSHelp.o ram:c32.lib
delete ram:#?#
delete DOSHelp.o
run DOSHelp